@charset "UTF-8";
/* ---------------------------------------
  TITLE : HANSHIN Tigers
  URI : hanshintigers.jp
  (C) HANSHIN Tigers.
--------------------------------------- */
@import "../css/format.css";
@import "../css/layout.css";
/* STRUCTURES
--------------------------------------- */
body#gtop {
  min-width: 1200px;
}
body#gtop .p-header-global-inner,
body#gtop .p-header-menu {
  width: 1200px;
}
body#gtop .p-header-global {
  width: 1030px;
  margin: 0 auto 0 170px;
}
body#gtop .p-header-menu__logo {
  left: 0;
}
body#gtop .p-header-global__menu__inner {
  width: 1200px;
  min-height: 380px;
}
body#gtop .p-header-global__menu__thumbnail {
  margin: 0 80px 20px 0;
}
body#gtop .p-header-global__menu__block {
  width: 250px;
}
body#gtop .p-header-global__menu__block--wide {
  width: 330px;
}
body#gtop .p-header-global__menu__heading {
  margin-bottom: 20px;
}
body#gtop .p-header-global__submenu li {
  margin-bottom: 20px;
}
body#gtop .p-footer__inner {
  width: 1200px;
  min-width: 1200px;
}
body#gtop .p-footer__sponsor__list li {
  width: 160px;
  margin: 0 40px 0 0;
}

/* SCORE BOARD
--------------------------------------- */
#scoreboard {
  background: #FFFFFF;
}
#scoreboard .base_wrap {
  padding: 8px 0 7px 110px;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#scoreboard .base_wrap > div {
  -ms-flex: initial;
  -webkit-box-flex: initial;
          flex: initial;
  height: 30px;
  line-height: 30px;
}
#scoreboard a {
  color: #000000;
  text-decoration: none;
}
#scoreboard #sb_t {
  display: none;
}
#scoreboard #sb_date {
  width: 140px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
#scoreboard #sb_info {
  width: 225px;
  text-align: center;
  font-size: 12px;
}
#scoreboard #sb_live {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  line-height: 36px;
}
#scoreboard #sb_live #sb_l_line {
  width: 70%;
}
#scoreboard #sb_live #sb_l_line a {
  display: block;
}
#scoreboard #sb_live #sb_l_line table {
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}
#scoreboard #sb_live #sb_l_line th,
#scoreboard #sb_live #sb_l_line td {
  vertical-align: middle;
}
#scoreboard #sb_live #sb_l_line th {
  text-align: center;
}
#scoreboard #sb_live #sb_l_line th img {
  width: auto;
  height: 36px;
}
#scoreboard #sb_live #sb_l_line td {
  width: 100px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
}
#scoreboard #sb_live #sb_l_line td span.nogame {
  font-size: 16px;
  font-weight: bold;
}
#scoreboard #sb_live #sb_l_box {
  width: 30%;
  height: 30px;
  line-height: 30px;
}
#scoreboard #sb_live #sb_l_box a {
  display: table;
  width: 90px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
#scoreboard #sb_live #sb_l_box a.s1 {
  border: 1px solid #999999;
  color: #999999;
}
#scoreboard #sb_live #sb_l_box a.s2 {
  border: 1px solid #cc0000;
  color: #cc0000;
}
#scoreboard #sb_live #sb_l_box a.s2:hover {
  background-color: #cc0000;
  color: #FFFFFF;
}
#scoreboard #sb_live #sb_l_box a.s3 {
  border: 1px solid #333333;
}
#scoreboard #sb_live #sb_l_box a.s3:hover {
  background-color: #ffe100;
}
#scoreboard #sb_weather a {
  display: block;
  padding: 4px 10px;
  height: 22px;
  background-color: #FFFFFF;
  font-size: 12px;
}
#scoreboard #sb_weather th,
#scoreboard #sb_weather td {
  line-height: 22px;
  vertical-align: middle;
  font-weight: normal;
}
#scoreboard #sb_weather th {
  font-weight: bold;
}
#scoreboard #sb_weather img {
  width: auto;
  height: 16px;
  vertical-align: middle;
}
#scoreboard #sb_weather th + td::before, #scoreboard #sb_weather th + td::after {
  display: inline-block;
}
#scoreboard #sb_weather th + td::before {
  content: "（";
}
#scoreboard #sb_weather th + td::after {
  content: "）";
}
#scoreboard #sb_media {
  margin-left: 10px;
}
#scoreboard #sb_media a {
  display: block;
  padding: 0 15px;
  font-size: 11px;
  border-radius: 8px;
  background: #df5d5d;
  color: #FFFFFF;
}

/* MEDIA WALL
--------------------------------------- */
.p-mediawall {
  background: #999999 url(/img/2025/top/background_mediawall.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0;
}
.p-mediawall__inner {
  width: 1200px;
  min-width: 1200px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  margin: 0 auto;
}

/* TIGERS VISION
--------------------------------------- */
#tv {
  width: 1200px;
  height: 640px;
  overflow: hidden;
}
#tv .slick_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#tv .slick-list {
  width: 962px;
  overflow: hidden;
  border-radius: 20px;
}
#tv .slick-list img {
  width: 100%;
  height: auto;
}
#tv .slick-list a {
  position: relative;
  display: block;
}
#tv .slick-slide {
  position: relative;
}
#tv .slick-slide p strong {
  font-size: 32px !important;
}
#tv .slick_unit p {
  display: inline-block;
  position: absolute;
  text-align: right;
  bottom: 20px;
  right: 0;
  padding: 10px;
  font-size: 24px;
  color: #FFFFFF;
  text-decoration: none;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
  font-weight: bold;
  line-height: 1.4;
  max-width: 800px;
}
#tv .slick_unit p strong {
  font-size: 18px;
}
#tv .slick_unit p span {
  font-size: 10px;
  font-weight: normal;
}
#tv .slick-dots {
  position: static;
  width: 234px;
  height: 156px;
}
#tv .slick-dots img {
  width: 100%;
  height: auto;
}
#tv .slick-dots li {
  margin-bottom: 5px;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#tv .slick-dots .slick-active {
  border: 3px solid rgba(255, 255, 255, 0.2);
}

/* GAME SCHEDULE
--------------------------------------- */
#gameschedule {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  padding: 50px 0;
  overflow: hidden;
  width: 100%;
}
#gameschedule .viewport {
  width: 100%;
  position: relative;
  height: 190px;
}
#gameschedule .base_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}
#gameschedule .base_wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#gameschedule .base_wrap .schedule_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
  padding: 14px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #757575;
  border-radius: 8px;
  margin: 0 5px;
}
#gameschedule dl {
  margin: 0;
  display: table;
  padding-bottom: 40px;
  width: 130px;
  position: relative;
}
#gameschedule dt {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
#gameschedule dt.sat {
  color: #5d6fdf;
}
#gameschedule dt.holiday {
  color: #df5d5d;
}
#gameschedule #sd0223 dt,
#gameschedule #sd0224 dt,
#gameschedule #sd0320 dt,
#gameschedule #sd0429 dt,
#gameschedule #sd0503 dt,
#gameschedule #sd0504 dt,
#gameschedule #sd0505 dt,
#gameschedule #sd0506 dt,
#gameschedule #sd0721 dt,
#gameschedule #sd0811 dt,
#gameschedule #sd0915 dt,
#gameschedule #sd0923 dt,
#gameschedule #sd1013 dt,
#gameschedule #sd1103 dt,
#gameschedule #sd1123 dt,
#gameschedule #sd1124 dt {
  color: #df5d5d !important;
}
#gameschedule dd.gs_match {
  text-align: center;
}
#gameschedule dd.gs_match img {
  display: block;
  width: 45px;
  margin: 0 auto 5px;
}
#gameschedule dd.gs_match th {
  padding-right: 10px;
}
#gameschedule dd.gs_match td {
  padding-bottom: 3px;
  line-height: 1.3;
  vertical-align: bottom;
  text-align: center;
}
#gameschedule dd.gs_info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
#gameschedule dd.gs_info a {
  display: inline-block;
  width: 100px;
  height: 30px;
  font-size: 10px;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 6px;
  color: #000000;
  text-align: center;
  line-height: 30px;
}
#gameschedule dd.gs_info a.r0 {
  background-color: #df5d5d;
  color: #FFFFFF;
}
#gameschedule dd.gs_info a.r1 {
  background-color: #5d6fdf;
  color: #FFFFFF;
}
#gameschedule dd.gs_info a.r2 {
  background-color: #59b55e;
  color: #FFFFFF;
}
#gameschedule dd.gs_info a.r3 {
  background-color: #999999;
  color: #FFFFFF;
}
#gameschedule dd.gs_info a.yt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  border: 1px solid #000000;
  width: 100%;
  background: url(/img/2025/top/icon_youtube.gif) 25px center no-repeat transparent;
  text-indent: 25px;
  border-radius: 6px;
}
#gameschedule dd.gs_info span {
  display: inline-block;
  width: 70px;
  height: 18px;
  background-color: #999999;
  color: #FFFFFF;
  text-align: center;
}
#gameschedule dd.gs_info img {
  width: auto;
  height: 24px;
  margin: 4px 6px 0 0;
  display: inline !important;
}
#gameschedule .today_event {
  position: relative;
  width: 286px;
  font-size: 10px;
  margin-left: 10px;
}
#gameschedule .today_event table {
  font-size: 12px;
  margin: 26px 0 10px;
}
#gameschedule .today_event table tr {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}
#gameschedule .today_event table th {
  border-right: 1px solid #000000;
  width: 60px;
}
#gameschedule .today_event table td {
  padding-left: 5px;
}
#gameschedule .today_event table th,
#gameschedule .today_event table td {
  vertical-align: top;
  line-height: 1.2;
}
#gameschedule .today_event table th a,
#gameschedule .today_event table td a {
  color: #333333;
}
#gameschedule .today_event .button_event-schedule {
  position: absolute;
  bottom: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 30px;
  border: 1px solid #000000;
  color: #000000;
  text-decoration: none;
  text-align: center;
  line-height: 30px;
  border-radius: 6px;
}
#gameschedule .slick-dotted.slick-slider {
  margin: 0;
}
#gameschedule .scrollbar {
  position: absolute;
  bottom: 50px;
  height: 10px;
}
#gameschedule .track {
  width: 100%;
  height: 8px;
  position: relative;
  background-color: #FFFFFF;
}
#gameschedule .thumb {
  width: 50px;
  height: 8px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background: #a7a7a7;
  border-radius: 8px;
}
#gameschedule .thumb .end {
  overflow: hidden;
  width: 5px;
  height: 10px;
}

/* GAME INFO
--------------------------------------- */
.p-game-info {
  background: #ececec url(/img/2025/top/background_90th_logo.png) no-repeat top -60px right;
  padding: 60px 0;
}
.p-game-info__inner {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-game-info__inner--record {
  margin-top: 60px;
}
.p-game-info__title {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 10px;
}
.p-game-info__button {
  display: block;
  width: 70px;
  text-align: center;
  margin: 8px 0 0 auto;
  border: 1px solid #000000;
  border-radius: 8px;
  color: #000000 !important;
  padding: 4px 8px;
  text-decoration: none !important;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.p-game-info__button:hover {
  text-decoration: none;
  background: #000000;
  color: #FFFFFF !important;
}
.p-game-info__nodata {
  color: #707070;
  text-align: center;
  font-size: 18px;
  width: 100%;
  height: 82%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-game-info__block--starting {
  width: 480px;
  position: relative;
  padding-bottom: 30px;
}
.p-game-info__block--highlight {
  width: 324px;
}
.p-game-info__block--sakinori {
  width: 324px;
}
.p-game-info__block--standings {
  width: 480px;
}
.p-game-info__block--stats {
  width: 324px;
}
.p-game-info__banner img {
  width: 100%;
  height: auto;
}
.p-game-info #startingP {
  width: 100%;
}
.p-game-info #startingP th, .p-game-info #startingP td {
  vertical-align: middle;
}
.p-game-info #startingP th img {
  width: 128px;
  height: auto;
  border-radius: 10px;
}
.p-game-info #startingP td {
  padding: 0 0 0 30px;
}
.p-game-info #startingP td .date {
  font-size: 18px;
}
.p-game-info #startingP td .name {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #000000;
}
.p-game-info #startingP td .text {
  font-size: 14px;
  line-height: 1.8;
  margin: 10px 0;
}
.p-game-info #startingP_opp {
  padding: 8px 10px;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #000000;
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-game-info #movie_highlight iframe {
  border-radius: 10px;
}
.p-game-info #movie_highlight .text {
  margin: 5px 0;
}
.p-game-info__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.p-game-info__tabs li {
  cursor: pointer;
  border-radius: 16px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 18px;
  padding: 12px 0 10px 0;
  line-height: 1;
  color: #707070;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.p-game-info__tabs li.is-current {
  color: #000000;
  font-weight: bold;
  background: #ffe100;
}
.p-game-info__contents .update {
  text-align: right;
}
.p-game-info__contents .unit {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  height: 0;
}
.p-game-info__contents .unit.is-active {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.p-game-info__contents #standing_cl .p-game-standings__nodata,
.p-game-info__contents #standing_npb .p-game-standings__nodata {
  color: #707070;
  font-size: 16px;
  text-align: center;
  height: 264px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #707070;
  background: rgba(255, 255, 255, 0.6);
  margin-top: 18px;
}
.p-game-info__contents #standing_cl table,
.p-game-info__contents #standing_npb table {
  width: 100%;
  border: 1px solid #707070;
  background: #FFFFFF;
}
.p-game-info__contents #standing_cl table th,
.p-game-info__contents #standing_cl table td,
.p-game-info__contents #standing_npb table th,
.p-game-info__contents #standing_npb table td {
  text-align: center;
  font-weight: normal;
  padding: 8px 5px;
  font-size: 14px;
  vertical-align: middle;
}
.p-game-info__contents #standing_cl table th.t,
.p-game-info__contents #standing_cl table td.t,
.p-game-info__contents #standing_npb table th.t,
.p-game-info__contents #standing_npb table td.t {
  text-align: left;
}
.p-game-info__contents #standing_cl table thead th,
.p-game-info__contents #standing_cl table thead td,
.p-game-info__contents #standing_npb table thead th,
.p-game-info__contents #standing_npb table thead td {
  background: #c6a648;
  color: #FFFFFF;
  padding: 10px 5px;
}
.p-game-info__contents #standing_cl table tbody tr:nth-child(even) th,
.p-game-info__contents #standing_cl table tbody tr:nth-child(even) td,
.p-game-info__contents #standing_npb table tbody tr:nth-child(even) th,
.p-game-info__contents #standing_npb table tbody tr:nth-child(even) td {
  background: #eeeeee;
}
.p-game-info .p-game-info__block--stats .p-game-info__contents {
  margin-top: 28px;
}
.p-game-info .p-game-info__block--stats table {
  border: 1px solid #707070;
  background: #FFFFFF;
  width: 100%;
}
.p-game-info .p-game-info__block--stats table th,
.p-game-info .p-game-info__block--stats table td {
  font-weight: normal;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
}
.p-game-info .p-game-info__block--stats table td {
  width: 88px;
}
.p-game-info .p-game-info__block--stats table td.i {
  padding: 5px 0;
}
.p-game-info .p-game-info__block--stats table td.i img {
  height: 78px;
  width: auto;
}
.p-game-info .p-game-info__block--stats table tr:nth-child(even) th,
.p-game-info .p-game-info__block--stats table tr:nth-child(even) td {
  background: #eeeeee;
}

/* NEWS
--------------------------------------- */
.p-news {
  background: #FFFFFF;
  padding: 60px 0;
}
.p-news__inner {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#news .st {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#news .st h2 {
  font-size: 26px;
  font-weight: bold;
}
#news .more a {
  display: block;
  margin-left: auto;
  padding: 5px 10px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  width: 100px;
  text-align: center;
  border: 1px solid #000000;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
#news .more a:hover {
  background-color: #000000;
  color: #FFFFFF;
}

#news_unit {
  width: 960px;
}
#news_unit .viewport {
  width: 944px;
  height: 198px;
  overflow: hidden;
  position: relative;
}
#news_unit .overview {
  width: 944px;
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
}
#news_unit .thumb {
  background-color: #A7A7A7;
}
#news_unit .thumb .end {
  background-color: #A7A7A7;
}
#news_unit .scrollbar {
  position: relative;
  float: right;
  width: 6px;
}
#news_unit .track {
  height: 100%;
  width: 6px;
  position: relative;
  background-color: #EAEAEA;
}
#news_unit .thumb {
  height: 50px;
  width: 6px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#news_unit .thumb .end {
  overflow: hidden;
  height: 5px;
  width: 6px;
}
#news_unit .disable {
  display: none;
}

#news #news_unit a {
  color: #333333;
}
#news #news_unit table {
  margin-bottom: 12px;
}
#news #news_unit table:last-child {
  margin-bottom: 0;
}
#news #news_unit th,
#news #news_unit td {
  color: #333333;
  font-size: 14px;
  vertical-align: top;
}
#news #news_unit th.date {
  width: 70px;
}
#news #news_unit th.icon {
  padding-top: 3px;
  width: 66px;
  text-align: center;
}
#news #news_unit th.icon img {
  height: 14px;
  width: auto;
}

/* AD
--------------------------------------- */
#ad_unit {
  width: 200px;
  height: 200px;
  margin-top: 54px;
}

#ad a {
  display: block;
  text-align: center;
}

/* bn_pickup
--------------------------------------- */
.p-banner-pickup {
  background: #ececec;
  padding: 40px 0 60px 0;
}
.p-banner-pickup__inner {
  width: 1040px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-banner-pickup__slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 30px;
  width: 660px;
}
.p-banner-pickup__slide h3.en {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  text-indent: -30px;
}
.p-banner-pickup__slide .slick_unit {
  width: 100%;
}
.p-banner-pickup__slide .slick_unit a {
  display: block;
}
.p-banner-pickup__slide .slick_unit a img {
  width: 100%;
  height: auto;
}
.p-banner-pickup__slide .slick_unit .slick-arrow {
  z-index: 10;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 30px;
  position: absolute;
  top: 0;
  text-indent: -9999px;
  border: none;
}
.p-banner-pickup__slide .slick_unit .slick-arrow::before {
  content: "";
  opacity: 1;
  width: 12px;
  height: 12px;
  border-top: solid 4px #ffe100;
  border-right: solid 4px #ffe100;
  position: absolute;
  z-index: 20;
  margin: auto;
  top: 0;
  bottom: 0;
}
.p-banner-pickup__slide .slick_unit .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.p-banner-pickup__slide .slick_unit .slick-arrow.slick-disabled::before {
  border-top: solid 4px #FFFFFF;
  border-right: solid 4px #FFFFFF;
}
.p-banner-pickup__slide .slick_unit .slick-prev {
  left: -30px;
}
.p-banner-pickup__slide .slick_unit .slick-prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 10px;
}
.p-banner-pickup__slide .slick_unit .slick-next {
  right: -30px;
}
.p-banner-pickup__slide .slick_unit .slick-next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 10px;
}
.p-banner-pickup #bn_tshop {
  width: 300px;
}
.p-banner-pickup #bn_tshop li {
  width: 300px;
  text-align: center;
}
.p-banner-pickup #bn_tshop li:last-child {
  margin-top: 20px;
}
.p-banner-pickup #bn_tshop li a {
  height: 200px;
  display: block;
  text-decoration: none;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.p-banner-pickup #bn_tshop li a img {
  width: 100%;
  height: auto;
}
.p-banner-pickup #bn_tshop li a span {
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -200px;
  left: 0;
  right: 0;
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-banner-pickup #bn_tshop li a span.small {
  font-size: 18px;
}
.p-banner-pickup #bn_tshop li a:hover span {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
}
.p-banner-pickup #bn_tshop li.logo {
  text-align: left;
}
.p-banner-pickup #bn_tshop li.logo a {
  height: auto;
}
.p-banner-pickup #bn_tshop li.logo img {
  height: auto;
  width: 116px;
  display: block;
  margin: 20px auto 10px 0;
}

/* bn_various
--------------------------------------- */
.p-banner-various {
  background: #f3eecb;
  padding: 60px 0;
}
.p-banner-various__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.p-banner-various__list li span {
  text-align: left;
  margin-top: 5px;
  display: block;
  font-size: 14px;
}
.p-banner-various__list li a {
  display: block;
  color: #000000;
  text-decoration: none;
}
.p-banner-various__list li img {
  width: 100%;
  height: auto;
}
.p-banner-various__list.top {
  margin-bottom: 60px;
}
.p-banner-various__list.top li {
  width: 360px;
}
.p-banner-various__list.bottom li {
  width: 270px;
}
.p-banner-various__video {
  width: 427px !important;
  height: 240px;
}
.p-banner-various__video video {
  width: 100%;
  height: auto;
}
.p-banner-various__video span {
  margin-top: 0 !important;
}

/* OFFICIAL YOUTUBE
--------------------------------------- */
.p-youtube {
  background: #FFFFFF;
  padding: 35px 0 50px 0;
}
.p-youtube h2 {
  font-size: 36px;
  color: #000000;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 40px;
  text-align: center;
}
.p-youtube #youtubeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1200px;
  margin: 0 auto;
}
.p-youtube #youtubeList div.item {
  width: 282px;
  margin-right: 24px;
}
.p-youtube #youtubeList div.item:nth-child(4n) {
  margin-right: 0;
}
.p-youtube #youtubeList div.item a {
  display: block;
  text-decoration: none;
  color: #000;
  position: relative;
}
.p-youtube #youtubeList div.item a::after {
  content: "";
  display: block;
  position: absolute;
  width: 282px;
  height: 158px;
  top: 0;
  left: 0;
  background: transparent url(/img/2025/top/youtubeoff.png) no-repeat center center;
  background-size: contain;
}
.p-youtube #youtubeList div.item a:hover::after {
  background: transparent url(/img/2025/top/youtubeplay.png) no-repeat center center;
  background-size: contain;
}
.p-youtube #youtubeList div.item img {
  width: 100%;
  height: auto;
}
.p-youtube #youtubeList div.item p {
  padding: 8px 0;
  font-size: 13px;
}

/* FOOTER LINK
--------------------------------------- */
#flink {
  background: #EAEAEA;
  padding: 50px 0 30px 0;
}
#flink a {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  display: block;
}
#flink a:hover {
  opacity: 0.8;
}
#flink ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
}
#flink ul li {
  margin: 0 10px 20px 10px;
}

/* EMERGENCY
--------------------------------------- */
#emergency {
  background: #CC0000;
}
#emergency .wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 5px 10px;
}
#emergency table {
  width: 100%;
}
#emergency th {
  width: 60px;
  padding: 5px 0 5px 0;
  line-height: 1;
  font-size: 0;
  text-align: left;
  vertical-align: top;
}
#emergency td {
  padding: 5px 8px 5px 0;
  color: #ffffff;
}
#emergency td a {
  color: #ffffff;
}

/* Draft (-2023.10.26)
--------------------------------------- */
#draft {
  width: 856px;
  min-height: 600px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  background: #000000;
}
#draft.full {
  width: 1200px;
  background: url(/img/2025/top/draft/bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
#draft.full::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url(/img/2025/top/draft/bg_header.png) no-repeat top center;
  background-size: contain;
  width: 100%;
  height: 140px;
}
#draft.full h2 {
  text-align: center;
  position: relative;
  z-index: 1000;
  margin: 20px 0;
}
#draft.full h2.banner {
  margin: 0;
}
#draft.full .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1000;
}
#draft.full .inner .logo {
  width: 350px;
  text-align: right;
}
#draft.full .inner .logo img {
  width: 316px;
  height: auto;
  margin-top: 40px;
}
#draft.full .inner .player_list {
  width: 790px;
  margin: 0 30px;
}
#draft.full .inner .player_list h3 {
  text-align: center;
}
#draft.full .inner .player_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow-wrap: break-word;
  word-wrap: break-word;
  padding: 5px 0 10px 0;
}
#draft.full .inner .player_list ul li {
  width: 49%;
  padding: 6px 0 10px 0;
  border-bottom: 1px solid #000000;
  font-weight: bold;
  font-style: normal;
}
#draft.full .inner .player_list ul li a {
  color: #000000;
  text-decoration: none;
  display: block;
  background: transparent url(/img/2025/top/draft/i_arrow.png) no-repeat 98% center;
  background-size: 14px auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#draft.full .inner .player_list ul li a:hover {
  opacity: 0.6;
}
#draft.full .inner .player_list ul li dl dt {
  font-size: 20px;
  color: #947d15;
  vertical-align: middle;
}
#draft.full .inner .player_list ul li dl dt img {
  margin: 0 0 5px 10px;
  vertical-align: middle;
  width: auto;
  height: 24px;
}
#draft.full .inner .player_list ul li dl dd.name {
  font-size: 30px;
  line-height: 1.2;
}
#draft.full .inner .player_list ul li dl dd.name span {
  font-size: 18px;
  display: block;
  text-indent: -0.5em;
  margin-top: 4px;
}
#draft.full .inner .player_list ul li dl dd.name span br {
  display: none;
}
#draft.full .inner .player_list ul.msg {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  height: 60px;
  width: 100%;
  margin-top: 170px;
}
#draft.full .inner .player_list ul.msg li {
  border-bottom: none;
  text-align: center;
  font-size: 30px;
  color: rgba(122, 122, 109, 0.6);
  width: auto;
  border-bottom: none;
}

/* SPLASH
--------------------------------------- */
#splash.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10003;
}
#splash .splash_wrap {
  position: relative;
}
#splash .splash_wrap .splash_contents {
  position: absolute;
  margin: auto;
  max-width: 1000px;
  min-width: 675px;
  width: 125vh;
  top: 66px;
  bottom: auto;
  left: 0;
  right: 0;
}
#splash .splash_wrap .splash_contents .main a {
  display: block;
}
#splash .splash_wrap .splash_contents .main a img {
  width: 100%;
  height: auto;
}
#splash .splash_wrap .btn_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 20px;
}
#splash .splash_wrap .btn_flex li:first-child {
  margin-right: 20px;
}
#splash .splash_wrap .btn_flex a {
  display: block;
}
#splash .splash_wrap .btn_flex img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
#splash .splash_wrap .btn_flex img.off {
  cursor: default;
}
#splash .splash_wrap .btn_close {
  position: absolute;
  top: -50px;
  right: -60px;
  cursor: pointer;
}
/*# sourceMappingURL=top2025.css.map */